Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE9 doesn't support addressing characters as array indices #86

Merged
merged 1 commit into from
Apr 28, 2013
Merged

IE9 doesn't support addressing characters as array indices #86

merged 1 commit into from
Apr 28, 2013

Conversation

geraintluff
Copy link
Contributor

I don't know about other versions, but my version of IE9 doesn't support string characters using array indices.

Replaced "text[...]" with "text.charAt(...)" which fixed the issue for me.

I don't know about other versions, but my version of IE9 doesn't support string characters using array indices.

Replaced "text[...]" with "text.charAt(...)" which fixed the issue for me.
evilstreak added a commit that referenced this pull request Apr 28, 2013
IE9 doesn't support addressing characters as array indices
@evilstreak evilstreak merged commit 1c079d0 into evilstreak:master Apr 28, 2013
@evilstreak
Copy link
Owner

Thanks for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants